home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TPNGOPTIONSDIALOG / TPNGOPTIONSDIALOG.txt
Text File  |  2001-10-17  |  2KB  |  96 lines

  1. object PngOptionsDialog: TPngOptionsDialog
  2.   Left = 473
  3.   Top = 18
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Save as PNG options:'
  7.   ClientHeight = 163
  8.   ClientWidth = 261
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object OKBtn: TButton
  20.     Left = 31
  21.     Top = 128
  22.     Width = 60
  23.     Height = 24
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.   end
  29.   object CancelBtn: TButton
  30.     Left = 96
  31.     Top = 128
  32.     Width = 60
  33.     Height = 24
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object RadioGroup1: TRadioGroup
  39.     Left = 10
  40.     Top = 8
  41.     Width = 239
  42.     Height = 81
  43.     HelpContext = 161
  44.     Caption = ' Format: '
  45.     TabOrder = 2
  46.   end
  47.   object NoninterlacedButton: TRadioButton
  48.     Left = 32
  49.     Top = 28
  50.     Width = 161
  51.     Height = 17
  52.     HelpContext = 161
  53.     Caption = 'Non-interlaced (standard)'
  54.     Checked = True
  55.     TabOrder = 3
  56.     TabStop = True
  57.   end
  58.   object InterlacedButton: TRadioButton
  59.     Left = 32
  60.     Top = 54
  61.     Width = 121
  62.     Height = 17
  63.     HelpContext = 161
  64.     Caption = 'Interlaced  (Adam7) '
  65.     TabOrder = 4
  66.   end
  67.   object ImageText: TCheckBox
  68.     Left = 136
  69.     Top = 100
  70.     Width = 105
  71.     Height = 17
  72.     HelpContext = 163
  73.     Caption = 'Save image text'
  74.     State = cbChecked
  75.     TabOrder = 5
  76.   end
  77.   object WriteGamma: TCheckBox
  78.     Left = 24
  79.     Top = 100
  80.     Width = 89
  81.     Height = 17
  82.     HelpContext = 466
  83.     Caption = 'Write gamma'
  84.     TabOrder = 6
  85.   end
  86.   object Button1: TButton
  87.     Left = 184
  88.     Top = 128
  89.     Width = 60
  90.     Height = 25
  91.     Caption = 'Defaults'
  92.     TabOrder = 7
  93.     OnClick = Button1Click
  94.   end
  95. end
  96.